func encoding/asn1.checkInteger

4 uses

	encoding/asn1 (current package)
		asn1.go#L80: func checkInteger(bytes []byte) error {
		asn1.go#L96: 	err = checkInteger(bytes)
		asn1.go#L119: 	if err := checkInteger(bytes); err != nil {
		asn1.go#L137: 	if err := checkInteger(bytes); err != nil {